home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 42
/
Amiga Format AFCD42 (Issue 126, Aug 1999).iso
/
-serious-
/
programming
/
other
/
wild
/
support
/
wilf
/
modules
/
io.c
< prev
next >
Wrap
C/C++ Source or Header
|
1999-05-25
|
138b
|
9 lines
#include <inline/dos.h>
extern struct Library *DOSBase;
ULONG LineInput(ULONG *fh,char *line,int max)
{
return(FGets(fh,line,max));
}